:root
{
    --image-scale:max(20vw, 22vh);
}

@font-face 
{
    font-family: "custom font";
    src: url(./);
}
*{
    
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
     
}

html, body 
{
    background: rgba(0, 0, 0, 0.7) url("../images/spoorzone--34\ den\ bosch\ page\ 2.webp");
    background-size: cover;
    background-blend-mode: darken;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
}

li, button
{
   font-weight: 500;
   font-size: 15px;
   color: black;
   text-decoration: none;
   background: white;
   cursor: pointer;
}
.links 
{
    font-weight: 500;
   font-size: 15px;
   color: black;
   text-decoration: none;
}
main
{
z-index: 0;
width: 100%;
position: absolute;
}

header
{
    z-index: 1000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;
    overflow: hidden;
    background-color: orange;
}

header img 
{
    max-width: max(20vw,10vh);

}

.logo
{
    cursor: pointer;
}

header nav ul 
{
    padding: max(0.5vw, 0.5vh) max(2vw, 2vh);
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    position: sticky;
    top: 0px;
}


.nav__links li
{
    display: inline-block;
    padding: 0px 20px;
    text-decoration: none;

}

.nav__links li
{
    transition: all 0.3ms ease 0;
}

.nav__links li :hover
{
    transition: all 0.3ms ease 0;
}

header nav ul li  {
    padding: max(1vw, 1vh) max(3vw, 3vh);
    border: none;
    border-radius: 50px;
    display: flex;
    font-size: clamp(2px, max(1.25vw, 1.25vh), max(2vw, 2vh));
    font-weight: 500;
}
.img2{
    height: 300px;
}

li:hover{
    color:orange
}

#dropbox
{
    width: 4%;
    cursor: pointer;
    position: absolute;
    left: 5px;
}
article
{
    top: 100px;
    position: relative;
    margin: 10px;
    width: 40vw;
    height: 30vh;
    left: 5vw;
    background-color: gray;
    display: inline-block;
    padding: 10px;
}
article img
{
    position: absolute;
    height: 72%;
    top: 10%;
    width: 240px;
}
article p
{
position: relative;
width: 65%;
left: 58%;
}
article p.titel
{
color: white;
}

article a
{
  background-color: orange;
    position: absolute;
    top: 72%;
    left: 51%;
    border: 2.7px solid red;
    border-radius: 10px;
    padding: 5px;
    width: 4.5vw;
    height: 5vh;
    font-size: 18px;
    color: black;
}